We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27245e commit 97e8ca0Copy full SHA for 97e8ca0
.github/workflows/check.yml
@@ -143,26 +143,3 @@ jobs:
143
run: tox -vv --notest -e ${{ matrix.tox_env }}
144
- name: Run test suite
145
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
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
- uses: pypa/[email protected]
165
166
- skip_existing: true
167
- user: __token__
168
- password: ${{ secrets.pypi_password }}
0 commit comments