Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
use PYPI_USERNAME GH action secret (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Jul 14, 2022
1 parent 4871f25 commit 9136ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
verbose: true

0 comments on commit 9136ee6

Please sign in to comment.