Skip to content

Commit f9f4fc3

Browse files
committed
DD
1 parent 7325855 commit f9f4fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
publish:
3939
needs: build
4040
runs-on: ubuntu-latest
41-
if: github.event_name == 'release'
41+
# if: github.event_name == 'release'
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Set up Python
@@ -53,6 +53,6 @@ jobs:
5353
- name: Publish to GitHub Packages
5454
uses: pypa/gh-action-pypi-publish@release/v1
5555
with:
56-
user: ${{ secrets.GH_PACKAGE_USER }}
56+
user: __token__
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858
repository-url: https://pypi.pkg.github.com/techatpark

0 commit comments

Comments
 (0)