Skip to content

Commit

Permalink
Gave up on numbered builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 10, 2024
1 parent 4be3146 commit 1517e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-${{ matrix.python-version }}
name: build
path: dist/*

test:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
python-version: 3.8
- uses: actions/download-artifact@v4
with:
name: build-3.8
name: build
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 1517e37

Please sign in to comment.