Skip to content

Commit

Permalink
ci: Updated the release workflow to be able to upload artifacts to th…
Browse files Browse the repository at this point in the history
…e GitHub Release.
  • Loading branch information
nfelt14 committed Oct 20, 2023
1 parent 05154cb commit 8a8327d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
with:
ref: main # Make sure to check out the latest commit on main, not the original commit that triggered the workflow
fetch-depth: 0
- name: Download built packages
uses: actions/download-artifact@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ ______________________________________________________________________

## Unreleased

### Fixed

- Updated links in the README to properly redirect to GitHub when accessed from PyPI
- Updated the release workflow to be able to upload artifacts to the GitHub Release page

______________________________________________________________________

## v0.1.16 (2023-10-20)
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,15 @@ Contributing
------------

Interested in contributing? Check out the `contributing
guidelines <CONTRIBUTING.md>`_. Please note that this project is
released with a `Code of Conduct <CODE_OF_CONDUCT.md>`_. By
guidelines <https://tinyurl.com/tek-tm-devices/CONTRIBUTING.md>`__. Please note that this project is
released with a `Code of Conduct <https://tinyurl.com/tek-tm-devices/CODE_OF_CONDUCT.md>`__. By
contributing to this project, you agree to abide by its terms.

License
-------

``tm_devices`` was created by Tektronix. It is licensed under the terms
of the `Apache License 2.0 <LICENSE.md>`_.
of the `Apache License 2.0 <https://tinyurl.com/tek-tm-devices/LICENSE.md>`__.

Credits
-------
Expand Down

0 comments on commit 8a8327d

Please sign in to comment.