Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicschroeer authored Nov 18, 2022
1 parent 22ea8ce commit dd8c41c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
jobs:
publish-service-client-package:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
PACKAGE_DIRECTORY: "./example_package/"
PYTHON_VERSION: "3.10"
ACTIONS_ACCESS_TOKEN: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITUHB_TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
REGISTRY: "https://test.pypi.org/legacy/"
BRANCH: "main"
BRANCH: "main"

0 comments on commit dd8c41c

Please sign in to comment.