Skip to content

Commit aae821e

Browse files
PyPI build
1 parent b418d2e commit aae821e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
run: python -m build --sdist --wheel --outdir dist/
3434

3535
# uncomment to publish to TestPyPI
36-
- name: Publish distribution to Test PyPI
37-
uses: pypa/gh-action-pypi-publish@master
38-
with:
39-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40-
repository_url: https://test.pypi.org/legacy/
41-
42-
# uncomment to publish to PyPI
43-
# - name: Publish distribution to PyPI
36+
# - name: Publish distribution to Test PyPI
4437
# uses: pypa/gh-action-pypi-publish@master
4538
# with:
46-
# password: ${{ secrets.PYPI_API_TOKEN }}
39+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
40+
# repository_url: https://test.pypi.org/legacy/
41+
42+
# uncomment to publish to PyPI
43+
- name: Publish distribution to PyPI
44+
uses: pypa/gh-action-pypi-publish@master
45+
with:
46+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)