releaseing file deleted
This commit is contained in:
@@ -28,6 +28,9 @@ jobs:
|
||||
# This generates the linux_x86_64.whl inside the dist/ folder
|
||||
run: python build_wheel.py
|
||||
|
||||
- name: Export Technology Manifests
|
||||
run: python scripts/export_technology_manifests.py --dest exported_PDKs
|
||||
|
||||
- name: Inject Prebuilt Windows Wheel
|
||||
# This copies your locally-built Windows wheel into the dist/ folder
|
||||
# so they sit side-by-side right before the release is published.
|
||||
@@ -44,4 +47,4 @@ jobs:
|
||||
with:
|
||||
# This command scopes up everything currently sitting in the dist/ folder
|
||||
files: "dist/*.whl"
|
||||
api_key: ${{ secrets.GITEA_TOKEN }}
|
||||
api_key: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user