Skip to content

Commit

Permalink
Update GitHub Action with updated secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Aug 30, 2022
1 parent b0211c8 commit f521e79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
asset_name: asreview-makita-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_content_type: application/zip
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
password: ${{ secrets.PYPI_MSDSLAB_API_TOKEN }}

0 comments on commit f521e79

Please sign in to comment.