forked from canonical/operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: all the ops-scenario publish actions need to be done in testing/ (c…
…anonical#1479) The build step is already done in `./testing/`, but the publish and attestation steps are not, which mean they fail because they cannot find the `dists` folder.
- Loading branch information
1 parent
8be2990
commit a74e230
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,10 @@ jobs: | |
run: python -m build | ||
working-directory: ./testing | ||
- name: Attest build provenance | ||
working-directory: ./testing | ||
uses: actions/[email protected] | ||
with: | ||
subject-path: 'testing/dist/*' | ||
- name: Publish | ||
working-directory: ./testing | ||
uses: pypa/gh-action-pypi-publish@release/v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters