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

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceneNerd committed Nov 6, 2022
1 parent d6a9b6a commit ffed918
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,18 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Set up Python
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Append Python PATH
uses: myci-actions/append-to-path-windows@2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: "3.7"
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
path: /Library/Frameworks/Python.framework/Versions/Current/bin
env-var: PATH
python-version: "3.8"
- name: Set up Node.js
uses: actions/setup-node@v1
# env:
Expand Down

0 comments on commit ffed918

Please sign in to comment.