Skip to content

Commit 97e8ca0

Browse files
authored
Update check.yml
1 parent e27245e commit 97e8ca0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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-
uses: pypa/gh-action-pypi-publish@v1.8.5
165-
with:
166-
skip_existing: true
167-
user: __token__
168-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)