Skip to content

Commit 8de102d

Browse files
authored
Update check.yml
1 parent 6d3c473 commit 8de102d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,3 @@ jobs:
7373
run: python -m tox -e ${{ matrix.tox_env }}
7474
env:
7575
UPGRADE_ADVISORY: "yes"
76-
77-
publish:
78-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
79-
needs: [check, test]
80-
runs-on: ubuntu-22.04
81-
steps:
82-
- name: setup python to build package
83-
uses: actions/setup-python@v4
84-
with:
85-
python-version: "3.11"
86-
- name: install build
87-
run: python -m pip install build
88-
- uses: actions/checkout@v3
89-
- name: build package
90-
run: python -m build --sdist --wheel . -o dist
91-
- name: publish to PyPI
92-
uses: pypa/[email protected]
93-
with:
94-
skip_existing: true
95-
user: __token__
96-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)