Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
Added support for the latest Enigma Virtual Box (10.70 Build 20240522)
Added various error checks and handling
Major code refactoring and cleanup
CI : Added tests for the unpacker
CI : Implemented TLS, FS, Overlay checks in the packer test app
...Also, thanks, GitHub Actions.
  • Loading branch information
mos9527 committed Jun 7, 2024
1 parent 4bc009a commit c1d1fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish package
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload ./dist/*.whl --skip-existing
twine upload ./dist/*.tar.gz --skip-existing
Expand Down

0 comments on commit c1d1fe9

Please sign in to comment.