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 @@ -143,26 +143,3 @@ jobs:
143143 run : tox -vv --notest -e ${{ matrix.tox_env }}
144144 - name : Run test suite
145145 run : tox --skip-pkg-install -e ${{ matrix.tox_env }}
146-
147- publish :
148- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
149- needs : [check, coverage]
150- runs-on : ubuntu-22.04
151- steps :
152- - name : Setup python to build package
153- uses : actions/setup-python@v4
154- with :
155- python-version : " 3.11"
156- - name : Install build
157- run : python -m pip install build
158- - uses : actions/checkout@v3
159- with :
160- fetch-depth : 0
161- - name : Build sdist and wheel
162- run : python -m build -s -w . -o dist
163- - name : Publish to PyPi
164- 165- with :
166- skip_existing : true
167- user : __token__
168- password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments