Skip to content

Commit 1a8eac4

Browse files
committed
ci: Fix permissions
1 parent edbeef8 commit 1a8eac4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
permissions:
14+
id-token: write # Required for trusted publishing
1415
contents: read
1516

1617
steps:
@@ -78,5 +79,5 @@ jobs:
7879
uses: pypa/gh-action-pypi-publish@release/v1
7980
with:
8081
user: __token__
81-
password: ${{ secrets.PYPI_API_TOKEN }}
82+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8283
verbose: true

mailjet_rest/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0rc1.post1.dev147"
1+
__version__ = "1.4.0rc2.post1.dev1"

0 commit comments

Comments
 (0)