Skip to content

Commit

Permalink
[HOTFIX] Fixed Updated pypi workflow job for new method to upload ver…
Browse files Browse the repository at this point in the history
…sions with trusted publishers
  • Loading branch information
AlejandroCN7 committed Jan 5, 2024
1 parent ba37911 commit 223e025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# retrieve your distributions here

- name: Preparing dist directory
run: python setup.py sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 223e025

Please sign in to comment.