Skip to content

Commit f38ff32

Browse files
authored
Merge pull request #10 from Diaszano/development
development: Corrigido a publicação.
2 parents 539d5dd + c16c3b7 commit f38ff32

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)