Skip to content

Commit

Permalink
fixbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Aug 24, 2024
1 parent f31f814 commit 91e8592
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,12 @@ jobs:
with:
fetch-depth: 0

# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: '3.9'

- name: Install dependencies
run: |
python3 -m venv .venv --system-site-packages
source .venv/bin/activate
python -m pip install --upgrade pip wheel setuptools setuptools_scm
pip install build twine
python -m pip install --upgrade pip wheel setuptools setuptools_scm build twine
pip install -r requirements.txt
python -m build --version
shell: bash

- name: Build package
Expand Down

0 comments on commit 91e8592

Please sign in to comment.