We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e47e9 commit fa577b0Copy full SHA for fa577b0
1 file changed
.github/workflows/publish_wheels.yml
@@ -139,6 +139,12 @@ jobs:
139
repository-url: https://test.pypi.org/legacy/
140
packages-dir: dist_filtered/
141
142
+ # Then to Pypi
143
+ - name: Publish to PyPi
144
+ uses: pypa/gh-action-pypi-publish@release/v1
145
+ with:
146
+ packages-dir: dist_filtered/
147
+
148
# If TestPyPI deployment succeeds, deploy to PyPI
149
#- name: Publish to PyPI
150
# uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments