Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infibrocco committed Jan 4, 2024
1 parent 6987f47 commit a869ae5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/<your-pypi-project-name>
url: https://pypi.org/p/parsematic/
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

Expand All @@ -38,3 +38,7 @@ jobs:
run: python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit a869ae5

Please sign in to comment.