Skip to content

Commit

Permalink
Merge pull request #64 from camptocamp/backport/63-to-0.2
Browse files Browse the repository at this point in the history
[Backport 0.2] Add gopass to be able to publish the package
  • Loading branch information
sbrunner authored Oct 5, 2023
2 parents f53081a + 8029ccc commit 670355f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
fetch-depth: 0

- uses: camptocamp/initialise-gopass-summon-action@v2
with:
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
patterns: pypi

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt

Expand Down

0 comments on commit 670355f

Please sign in to comment.