Skip to content

Commit d15b866

Browse files
committed
Upload to Public PyPi in releaser.yml
1 parent 29b8bde commit d15b866

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/releaser.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ jobs:
4242
file: '*.tar.gz'
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444

45-
# - name: "Upload to Public PyPi"
46-
# run: |
47-
# pip install twine
48-
# twine upload --skip-existing ./**/*.whl
49-
# twine upload --skip-existing ./**/*.tar.gz
50-
# env:
51-
# TWINE_USERNAME: __token__
52-
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
53-
54-
- name: "Upload to Test PyPi"
45+
- name: "Upload to Public PyPi"
5546
run: |
5647
pip install twine
57-
twine upload --repository testpypi --skip-existing ./**/*.whl
58-
twine upload --repository testpypi --skip-existing ./**/*.tar.gz
48+
twine upload --skip-existing ./**/*.whl
49+
twine upload --skip-existing ./**/*.tar.gz
5950
env:
6051
TWINE_USERNAME: __token__
61-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
52+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
53+
54+
# - name: "Upload to Test PyPi"
55+
# run: |
56+
# pip install twine
57+
# twine upload --repository testpypi --skip-existing ./**/*.whl
58+
# twine upload --repository testpypi --skip-existing ./**/*.tar.gz
59+
# env:
60+
# TWINE_USERNAME: __token__
61+
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)