Skip to content

Commit

Permalink
Update wheels to upload artifact with name
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 26, 2024
1 parent 85400ca commit 2cfd201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- master
- feat-add-python-bindings
release:
types:
- published
Expand All @@ -28,6 +27,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: PhotoshopAPI_Py
path: dist/*.tar.gz


Expand Down Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: PhotoshopAPI_Py
path: wheelhouse/*.whl


Expand All @@ -76,7 +77,7 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: artifact
name: PhotoshopAPI_Py
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2cfd201

Please # to comment.