We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7325855 commit f9f4fc3Copy full SHA for f9f4fc3
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
publish:
39
needs: build
40
runs-on: ubuntu-latest
41
- if: github.event_name == 'release'
+ # if: github.event_name == 'release'
42
steps:
43
- uses: actions/checkout@v4
44
- name: Set up Python
@@ -53,6 +53,6 @@ jobs:
53
- name: Publish to GitHub Packages
54
uses: pypa/gh-action-pypi-publish@release/v1
55
with:
56
- user: ${{ secrets.GH_PACKAGE_USER }}
+ user: __token__
57
password: ${{ secrets.GITHUB_TOKEN }}
58
repository-url: https://pypi.pkg.github.com/techatpark
0 commit comments