Skip to content

Commit

Permalink
Try without token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Hoffmann committed Dec 6, 2023
1 parent 6122368 commit 4ccd79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish a Python distribution to PyPI
# token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# use trusted publishing (no username & password required)
# uses trusted publishing (no username & password required)
with:
repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-ses-sns-tracker"
version = "4.0.0.dev3"
version = "4.0.0.dev4"
description = "Simple wrapper around django-ses to receive and persist sns event data"
authors = ["anfema GmbH <contact@anfe.ma>"]
license = "MIT"
Expand Down

0 comments on commit 4ccd79f

Please sign in to comment.