Skip to content

Commit

Permalink
Fix sdist artifact name. Bump version number for actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 8, 2024
1 parent dd46fc9 commit f77fd7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: |
python -m build -o dist/ --sdist .
- name: Upload source package.
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mashing-pumkins-sdist
path: dist/mashing-pumpkins-*.tar.gz
path: dist/mashing_pumpkins-*.tar.gz
build-wheel-posix:
runs-on: ${{ matrix.os }}
permissions:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
os: [ubuntu-latest, ubuntu-22.04, macOS-latest]
venv_activate: ["source pyenv_base/bin/activate"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit f77fd7d

Please sign in to comment.