Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dem214 committed May 20, 2023
1 parent 9182c05 commit f72a3bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build_distribution
path: /dist/
path: dist/

pypi-publish:
name: publish on pypi
Expand All @@ -30,13 +30,13 @@ jobs:
url: https://pypi.org/p/xspf-lib
permissions:
id-token: write
needs: build

steps:
- uses: actions/checkout@v3
- uses: actions/download-artifacts@v3
- uses: actions/download-artifact@v3
with:
name: build_distribution
path: /dist/
path: dist/

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f72a3bf

Please sign in to comment.