Skip to content

Commit

Permalink
ci: Bash just works don't need this weird fluff apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorCookie committed Nov 8, 2024
1 parent cc5f051 commit 3a0d0b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
python-version: "3.10"

- name: Update Pip
shell: C:\Windows\system32\bash.EXE --noprofile --norc -e -o pipefail {0}
shell: bash
run: |
python -m pip install --upgrade pip
- name: Create Build
shell: C:\Windows\system32\bash.EXE --noprofile --norc -e -o pipefail {0}
shell: bash
run: |
python -m venv venv/build
source venv/build/Scripts/activate
Expand All @@ -75,7 +75,7 @@ jobs:
deactivate
- name: Publish PyPi
shell: C:\Windows\system32\bash.EXE --noprofile --norc -e -o pipefail {0}
shell: bash
env:
TWINE_NON_INTERACTIVE: "1"
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 3a0d0b6

Please sign in to comment.