Skip to content

Commit

Permalink
Revert edits - Problem caused by repository rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jgray-19 committed Jan 17, 2024
1 parent 02a7d2c commit 5eceda5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -20,9 +19,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment:
name: pypi
url: https://pypi.org/p/pymadng
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit 5eceda5

Please sign in to comment.