Skip to content

Commit

Permalink
fix: forgot set pypi auth
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jul 21, 2024
1 parent 45100d5 commit 24f6b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
pip install wheel
- name: build
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
mkdir LIBS
wget https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar.xz
xz -d zig-linux-x86_64-0.14.0-dev.32+4aa15440c.tar.xz
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
pip install wheel
- name: build
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
mkdir LIBS
#AMD64/X86_64
export CGO_ENABLED=1
Expand Down Expand Up @@ -203,6 +205,7 @@ jobs:
pip install wheel
- name: build
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
mkdir LIBS
export PATH="/Users/runner/.local/bin:$PATH"
# Set necessary environment variables for building on Darwin
Expand Down

0 comments on commit 24f6b6c

Please sign in to comment.