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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
osfanbuff63 committed Feb 9, 2023
2 parents 0e4fa90 + 5c1545a commit e372bea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Upload built wheels
uses: actions/upload-artifact@v3
with:
name: Vanilla Installer ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }} (Windows)
name: Vanilla Installer ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }} (Python sdist + whl)
path: "dist/*"

build-windows:
Expand All @@ -103,9 +103,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install poetry
run: |
pipx install poetry==1.3.2
- name: Shorten commit SHA
uses: benjlevesque/[email protected]
id: short-sha
Expand Down Expand Up @@ -134,7 +131,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Vanilla Installer ${{ env.BRANCH }}+${{ steps.short-sha.outputs.sha }} (Windows)
path: "*.exe"
path: "build/*.exe"

# build-macos:
# name: Build macOS app bundle
Expand Down
18 changes: 16 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e372bea

Please sign in to comment.