Skip to content

Commit 11e057d

Browse files
authored
Update check.yml
1 parent d2bbb79 commit 11e057d

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/check.yml

-23
Original file line numberDiff line numberDiff 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-
uses: pypa/[email protected]
143-
with:
144-
skip_existing: true
145-
user: __token__
146-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)