Skip to content

Commit

Permalink
wrong username
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarrarom committed Jan 6, 2023
1 parent 894a447 commit d8b028d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
echo "Version to be used: $ApplicationVersion"
echo "RELEASE_VERSION=$ApplicationVersion" >> $GITHUB_ENV
- uses: actions/setup-python@v2
- name: creating a dist
- name: creating dist
run: |
python3 -m pip install --upgrade build
python3 -m build
- name: twine upload
run: |
python3 -m pip install --upgrade twine
python3 -m twine upload dist/* -p "${{ secrets.PYPI_PASS }}" -u "gui.martins"
python3 -m twine upload dist/* -p "${{ secrets.PYPI_PASS }}" -u "__token__"
- name: Create Release
id: create_release
uses: actions/create-release@latest
Expand Down

0 comments on commit d8b028d

Please sign in to comment.