Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3149d3610f | ||
|
|
f8f3bcfc36 |
3
.github/workflows/bundle_windows.yml
vendored
3
.github/workflows/bundle_windows.yml
vendored
@@ -38,7 +38,8 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
pip install cx_freeze
|
||||
# Pinned for now until I figure out why it freaks out on bundling PySide6
|
||||
pip install cx_freeze==6.15.15
|
||||
|
||||
- name: Bundle with cx_Freeze
|
||||
shell: bash
|
||||
|
||||
2
.github/workflows/pypi_publish.yml
vendored
2
.github/workflows/pypi_publish.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
||||
user: __token__
|
||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
attestations: false
|
||||
|
||||
- name: Publish to PyPI
|
||||
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
|
||||
@@ -43,3 +44,4 @@ jobs:
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
attestations: false
|
||||
|
||||
Reference in New Issue
Block a user