We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032aa77 commit 36c3fa4Copy full SHA for 36c3fa4
.github/workflows/main.yml
@@ -111,9 +111,5 @@ jobs:
111
--user
112
- name: Build a binary wheel and a source tarball
113
run: python3 -m build
114
- - name: Publish package distributions to TestPyPI
+ - name: Publish package distributions to PyPI
115
uses: pypa/gh-action-pypi-publish@release/v1
116
- with:
117
- repository-url: https://test.pypi.org/legacy/
118
-# - name: Publish package distributions to PyPI
119
-# uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments