Skip to content

Commit

Permalink
twine credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Aug 2, 2021
1 parent d1df9fd commit 7520f3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,15 @@ jobs:
with:
name: wheels
path: wheels
- run: |
- name: Publish dist
run: |
python setup.py sdist
tree wheels
tree dist
twine upload dist/* wheels/*
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7520f3b

Please sign in to comment.