Skip to content

Commit

Permalink
fix(semantic-release): permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtrotter committed Sep 5, 2022
1 parent 6a8dc63 commit 5299bef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
- main

permissions:
contents: read
contents: write
deployments: write
packages: write
statuses: write

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ hvcs = "github"
upload_to_pypi = true
upload_to_repository = false
repository = "testpypi"
# repository_url = "https://github.com/matthewtrotter/assetuniverse"
repository_url = "https://github.com/matthewtrotter/assetuniverse"
version_source = "tag"
version_variable = "assetuniverse/__init__.py:VERSION"
13 changes: 0 additions & 13 deletions setup.py

This file was deleted.

0 comments on commit 5299bef

Please sign in to comment.