Skip to content

Commit f06d072

Browse files
gsemetDavidy22
authored andcommitted
ci: enable upload to pypi
Signed-off-by: Gaetan Semet <[email protected]>
1 parent 099e90e commit f06d072

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ jobs:
6868
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
6969
repository_url: https://test.pypi.org/legacy/
7070

71-
# - name: Publish distribution 📦 to PyPI
72-
# if: startsWith(github.ref, 'refs/tags')
73-
# uses: pypa/gh-action-pypi-publish@master
74-
# with:
75-
# password: ${{ secrets.PYPI_API_TOKEN }}
71+
- name: Publish distribution 📦 to PyPI
72+
if: startsWith(github.ref, 'refs/tags')
73+
uses: pypa/gh-action-pypi-publish@master
74+
with:
75+
verify_metadata: false
76+
password: ${{ secrets.PYPI_API_TOKEN }}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
other:
2+
- |
3+
Fix for release pipeline.

0 commit comments

Comments
 (0)