Skip to content

Commit 7f1e3bb

Browse files
authored
switching to prod pypi
1 parent ce90316 commit 7f1e3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Upload Python Package
66
on: [workflow_dispatch]
77

88
jobs:
9-
test_deploy:
9+
deploy:
1010

1111
runs-on: ubuntu-latest
1212

@@ -23,7 +23,7 @@ jobs:
2323
- name: Build and publish
2424
env:
2525
TWINE_USERNAME: __token__
26-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
26+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2727
run: |
2828
python setup.py sdist bdist_wheel
29-
twine upload --repository testpypi dist/*
29+
twine upload --repository pypi dist/*

0 commit comments

Comments
 (0)