chore: remove working-directory from pypi upload step (#1322)

The wheels are built to `WORKDIR/target/wheels` and the step was
configured to look for them at `WORKDIR/python/target/wheels`.
This commit is contained in:
Weston Pace
2024-05-23 10:31:32 -07:00
committed by GitHub
parent aae02953eb
commit e4dac751e7

View File

@@ -27,7 +27,6 @@ runs:
echo "repo=pypi" >> $GITHUB_OUTPUT
fi
- name: Publish to PyPI
working-directory: python
shell: bash
env:
FURY_TOKEN: ${{ inputs.fury_token }}