Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpat78 authored Oct 16, 2023
1 parent 4f927ca commit 38cdddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ on:

permissions:
contents: read
id-token: write

jobs:
deploy:

runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/FATtools

steps:
- uses: actions/checkout@v3
Expand All @@ -34,4 +38,3 @@ jobs:
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
url: https://pypi.org/p/FATtools

0 comments on commit 38cdddb

Please sign in to comment.