Skip to content

Commit

Permalink
try and fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
klamann committed Oct 15, 2023
1 parent 5c294e3 commit e1e5a28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ name: pypi-test

on:
push:
# TODO remove
branches:
- 'main'
tags:
- 'v*'
- 'v*'

jobs:
pypi-test:
name: Create Release and Deploy on TestPyPI
runs-on: ubuntu-latest
permissions:
deployments: write
steps:
# make use of python & poetry
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1e5a28

Please sign in to comment.