Skip to content

Commit

Permalink
ci: live pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldaviestelicent committed Jun 3, 2024
1 parent 0b92b17 commit 2eba8d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- test
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/telicent-owl2shacl
name: pypi
url: https://pypi.org/p/telicent-owl2shacl
permissions:
id-token: write
steps:
Expand All @@ -52,8 +52,6 @@ jobs:

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

do-github-release:
name: Do GitHub Release
Expand Down

0 comments on commit 2eba8d5

Please sign in to comment.