Skip to content

Commit

Permalink
Corrected publishing info (#792)
Browse files Browse the repository at this point in the history
# Description
There was a wrong reference to the folder in which the artefact is
found.

The correction is made looking at oteapi-dlite as example

## Type of change
<!-- Put an `x` in the box that applies. -->
- [ ] Bug fix.
- [ ] New feature.
- [ ] Documentation update.
- [ ] Test update.

## Checklist
<!-- Put an `x` in the boxes that apply. You can also fill these out
after creating the PR. -->

This checklist can be used as a help for the reviewer.

- [ ] Is the code easy to read and understand?
- [ ] Are comments for humans to read, not computers to disregard?
- [ ] Does a new feature has an accompanying new test (in the CI or unit
testing schemes)?
- [ ] Has the documentation been updated as necessary?
- [ ] Does this close the issue?
- [ ] Is the change limited to the issue?
- [ ] Are errors handled for all outcomes?
- [ ] Does the new feature provide new restrictions on dependencies, and
if so is this documented?

## Comments
<!-- Additional comments here, including clarifications on checklist if
applicable. -->
  • Loading branch information
francescalb authored Oct 25, 2024
1 parent 267435d commit a33b79f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist # The artifact will always be called 'dist'
path: my-dists
path: dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
# The path to the distribution to upload
package-dir: my-dists

0 comments on commit a33b79f

Please sign in to comment.