Minor CI config changes

This commit is contained in:
Michał Leśniewski
2024-05-19 17:20:43 +02:00
parent c73bf020fa
commit d175b5e6a3

View File

@@ -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: