Skip to content

Commit 0f9593b

Browse files
authored
Update check.yml
1 parent cb0e53f commit 0f9593b

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
@@ -81,26 +81,3 @@ jobs:
8181
run: tox -vv --notest -e ${{ matrix.tox_env }}
8282
- name: Run test suite
8383
run: tox --skip-pkg-install -e ${{ matrix.tox_env }}
84-
85-
publish:
86-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
87-
needs: [ test, check ]
88-
runs-on: ubuntu-latest
89-
steps:
90-
- name: Setup python to build package
91-
uses: actions/setup-python@v4
92-
with:
93-
python-version: "3.11"
94-
- name: Install build
95-
run: python -m pip install build
96-
- uses: actions/checkout@v3
97-
with:
98-
fetch-depth: 0
99-
- name: Build sdist and wheel
100-
run: python -m build -s -w . -o dist
101-
- name: Publish to PyPi
102-
uses: pypa/[email protected]
103-
with:
104-
skip_existing: true
105-
user: __token__
106-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)