Skip to content

Commit 58cf5d5

Browse files
Merge pull request #59 from LambdaGeo/56-consolidate-documentation-readme-and-ci-setup-into-a-releasable-state-for-v015
56 consolidate documentation readme and ci setup into a releasable state for v015
2 parents 548885b + 602d922 commit 58cf5d5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPI
33
on:
44
release:
55
types: [published]
6-
workflow_dispatch: # para testar sem criar Release
6+
workflow_dispatch:
77

88
permissions:
99
contents: read
@@ -36,7 +36,9 @@ jobs:
3636
publish:
3737
runs-on: ubuntu-latest
3838
needs: build
39-
39+
permissions:
40+
id-token: write
41+
4042
steps:
4143
- name: Download artifact
4244
uses: actions/download-artifact@v4
@@ -48,5 +50,4 @@ jobs:
4850
uses: pypa/gh-action-pypi-publish@release/v1
4951
with:
5052
password: ${{ secrets.PYPI_API_TOKEN }}
51-
packages-dir: dist/
52-
53+
packages-dir: dist/

0 commit comments

Comments
 (0)