Skip to content

Commit

Permalink
Change publish command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveirabruno92 committed May 2, 2022
1 parent ebb4a44 commit efe7191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elemeno_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: make upload
run: twine upload dist/*

build:
name: Build wheels
Expand Down

0 comments on commit efe7191

Please sign in to comment.