Skip to content

Commit

Permalink
Merge pull request #11 from darkrockmountain/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `main` – Documentation, Enhancements, and Testing Updates
  • Loading branch information
JRocabruna authored Nov 15, 2024
2 parents 41fc0ec + 101cdca commit 99c0d6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
types: [published, prereleased]
workflow_dispatch:

permissions:
contents: read
packages: write

jobs:
publish:
name: Upload release to PyPI
Expand All @@ -18,6 +14,7 @@ jobs:
url: https://pypi.org/project/spacy-ewc/
permissions:
contents: read
packages: write
id-token: write # Required for OIDC authentication

steps:
Expand Down

0 comments on commit 99c0d6f

Please sign in to comment.