Skip to content

Commit

Permalink
added python version 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Jan 24, 2025
1 parent dac123d commit 61c76d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
run: |
gh release upload v1.0.0 dist/BinaryParser-0.0.1-cp312-cp312-linux_x86_64.whl
gh release upload v1.0.0 dist/BinaryParser-0.0.1-cp313-cp313-linux_x86_64.whl
Expand Down

0 comments on commit 61c76d9

Please sign in to comment.