File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -121,26 +121,3 @@ jobs:
121121 run : tox -vv --notest -e ${{ matrix.tox_env }}
122122 - name : Run test suite
123123 run : tox --skip-pkg-install -e ${{ matrix.tox_env }}
124-
125- publish :
126- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
127- needs : [check, coverage]
128- runs-on : ubuntu-22.04
129- steps :
130- - name : Setup python to build package
131- uses : actions/setup-python@v4
132- with :
133- python-version : " 3.11"
134- - name : Install build
135- run : python -m pip install build
136- - uses : actions/checkout@v3
137- with :
138- fetch-depth : 0
139- - name : Build sdist and wheel
140- run : python -m build -s -w . -o dist
141- - name : Publish to PyPi
142- 143- with :
144- skip_existing : true
145- user : __token__
146- password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments