Skip to content

Commit

Permalink
Release fix: Upload nuxeo-python-client to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Apr 25, 2024
1 parent 56f16b8 commit 3fcefc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
run: python -m pip install twine

- name: Upload Python Client on Packages
run: python -m twine upload --repository-url https://packages.nuxeo.com/repository/pypi-public/ -u ${{ secrets.PACKAGE_USERNAME }} -p ${{ secrets.PACKAGE_TOKEN }} dist/*
run: python -m twine upload --repository-url https://packages.nuxeo.com/repository/pypi-public/ -u "${{ secrets.PACKAGE_USERNAME }}" -p "${{ secrets.PACKAGE_TOKEN }}" dist/*

0 comments on commit 3fcefc6

Please sign in to comment.