Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit e372bea

Browse files
committed
2 parents 0e4fa90 + 5c1545a commit e372bea

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload built wheels
8787
uses: actions/upload-artifact@v3
8888
with:
89-
name: Vanilla Installer ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }} (Windows)
89+
name: Vanilla Installer ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }} (Python sdist + whl)
9090
path: "dist/*"
9191

9292
build-windows:
@@ -103,9 +103,6 @@ jobs:
103103
uses: actions/setup-python@v4
104104
with:
105105
python-version: "3.10"
106-
- name: Install poetry
107-
run: |
108-
pipx install poetry==1.3.2
109106
- name: Shorten commit SHA
110107
uses: benjlevesque/[email protected]
111108
id: short-sha
@@ -134,7 +131,7 @@ jobs:
134131
uses: actions/upload-artifact@v3
135132
with:
136133
name: Vanilla Installer ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }} (Windows)
137-
path: "*.exe"
134+
path: "build/*.exe"
138135

139136
# build-macos:
140137
# name: Build macOS app bundle

poetry.lock

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)