Skip to content

Commit

Permalink
update source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Oct 24, 2024
1 parent dceb94e commit e1a6f52
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,24 @@ on:
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install scikit-build and setuptools_scm
- name: Install build
run: >-
python -m
pip install
scikit-build
setuptools_scm
build
--user
- name: Build a source tarball
run: >-
python
setup.py
sdist
python -m
build
--sdist
- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit e1a6f52

Please sign in to comment.