Skip to content

Commit

Permalink
Minor CI config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesniew committed May 19, 2024
1 parent c73bf02 commit d175b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- name: Download all th
- name: Download all the dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

github-release:
Expand Down

0 comments on commit d175b5e

Please sign in to comment.