Skip to content

Commit

Permalink
Just give up and recreate the artifacts again.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 10, 2024
1 parent fe78968 commit eea63ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/download-artifact@v4
with:
name: build
path: dist/
- run: python -m pip install build
- run: python -m build --sdist/ --wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

Expand Down

0 comments on commit eea63ef

Please sign in to comment.