We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72715d4 commit 86f48beCopy full SHA for 86f48be
.github/workflows/pypi-publish.yml
@@ -29,17 +29,12 @@ jobs:
29
- name: Extract tag name
30
id: tag
31
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
32
- - name: Build Package python-version
33
- env:
34
- GITHUB_ACTION_TAG_NAME: "${{ steps.tag.outputs.TAG_NAME }}"
35
- run: |
36
- echo "$GITHUB_ACTION_TAG_NAME"
37
- python build_package_version.py -i openexr_python/__init__.py
38
- name: Install dependencies
39
run: |
40
pip install build
41
- name: Build package
42
- run: python build_package.py
+ run: |
+ python build_package.py
43
- name: Publish package
44
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
45
with:
0 commit comments