Skip to content

Commit

Permalink
Merge pull request #59 from TUDelft-CITG/fix/pypi-update
Browse files Browse the repository at this point in the history
add missing pypi location
  • Loading branch information
SiggyF committed May 26, 2023
2 parents 371846b + b14e052 commit 7871c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Expand Up @@ -14,11 +14,12 @@ on:

permissions:
contents: read

jobs:
deploy:

runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/opentnsim
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand All @@ -35,4 +36,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 7871c14

Please sign in to comment.