Skip to content

Commit ffb0b22

Browse files
committed
push wheels to pypi
1 parent 815311d commit ffb0b22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/claim-pypi-name.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: |
3232
bash .github/workflows/scripts/build_placeholders.sh
3333
34-
# - name: Push Python artifacts to PyPI
35-
# uses: pypa/gh-action-pypi-publish@v1.8.14
36-
# with:
37-
# skip-existing: true
38-
# user: __token__
39-
# password: ${{ secrets.INTEGRATIONS_PYPI_NAME_CLAIM }}
34+
- name: Push Python artifacts to PyPI
35+
uses: pypa/gh-action-pypi-publish@v1.8.14
36+
with:
37+
skip-existing: true
38+
user: __token__
39+
password: ${{ secrets.INTEGRATIONS_PYPI_NAME_CLAIM }}

0 commit comments

Comments
 (0)