Skip to content

Commit c16c3b7

Browse files
committedJul 27, 2023
development: Corrigido a publicação.
1 parent 3c29547 commit c16c3b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/published.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ jobs:
2929
run: poetry install --no-dev
3030

3131
- name: Build package
32-
run: poetry publish --build
33-
with:
34-
user: __token__
35-
password: ${{ secrets.PYPI_API_TOKEN }}
32+
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.