Skip to content

Commit

Permalink
Merge pull request #10 from Diaszano/development
Browse files Browse the repository at this point in the history
development: Corrigido a publicação.
  • Loading branch information
Diaszano authored Jul 27, 2023
2 parents 539d5dd + c16c3b7 commit f38ff32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ jobs:
run: poetry install --no-dev

- name: Build package
run: poetry publish --build
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f38ff32

Please sign in to comment.