Skip to content

Commit 66f9050

Browse files
authored
fix publish to pypi (#4)
* publish to pypi * remove
1 parent 17d448e commit 66f9050

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,9 @@ jobs:
2626
- name: Check package
2727
run: twine check dist/*
2828

29-
# We do this, since failures on test.pypi aren't that bad
30-
- name: Publish to Test PyPI
29+
- name: Publish distribution 📦 to PyPI
3130
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
3231
uses: pypa/[email protected]
3332
with:
3433
user: __token__
35-
password: ${{ secrets.test_pypi_password }}
36-
repository-url: https://test.pypi.org/legacy/
37-
38-
#- name: Publish distribution 📦 to PyPI
39-
# if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
40-
# uses: pypa/[email protected]
41-
# with:
42-
# user: __token__
43-
# password: ${{ secrets.pypi_password }}
34+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)