Skip to content

Commit

Permalink
update publishing mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Feb 8, 2024
1 parent a79a6f1 commit a02749c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write


environment:
name: pypi
url: https://pypi.org/p/weblinx

steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit a02749c

Please sign in to comment.