Fix build bug in workflow

This commit is contained in:
Serene-Arc 2023-10-16 14:15:17 +10:00
parent 7924f506ca
commit 860f096fcd

View file

@ -15,14 +15,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install pypa/build
run: >-
python3 -m
pip install
build
--user
python-version: "3.9"
- run: pip install build wheel sphinx
- name: Build a binary wheel and a source tarball
env:
TZ: UTC
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3