Skip to content

Commit

Permalink
Test uploading and downloading artifacts to publish to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 29, 2024
1 parent d12722a commit c4fec21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-pypi-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
cp src/bindings/python/README.rst src/bindings/python/libcellml/README.rst
mv src/bindings/python/cibuildwheel.setup.py src/bindings/python/setup.py
v=${{ matrix.py }}
echo "Setting tag as: tag=${GITHUB_REF#refs/tags/}"
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
echo "Setting tag as: tag=v0.6.1"
echo "tag=v0.6.1" >> $GITHUB_OUTPUT
echo "Setting build as: build=cp${v/./}-*"
echo "build=cp${v/./}-*" >> $GITHUB_OUTPUT
if [[ "macOS" == "${{ matrix.name }}" ]]; then
Expand Down

0 comments on commit c4fec21

Please sign in to comment.