-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version of GitHub action used to build the package (#75)
* fix: Update the version of the GitHub Action used to build the package to fix an issue in that. Also update the readme with some instructions for checking on existing issues.
- Loading branch information
Showing
7 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
- uses: hynek/[email protected] | ||
- uses: hynek/[email protected].3 | ||
id: build-pkg | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
|
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
ref: main # Make sure to check out the latest commit on main, not the original commit that triggered the workflow | ||
fetch-depth: 0 | ||
- name: Build package | ||
uses: hynek/[email protected] | ||
uses: hynek/[email protected].3 | ||
upload-testpypi: | ||
name: Upload package to TestPyPI | ||
needs: [pypi-build] | ||
|
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 |
---|---|---|
|
@@ -18,8 +18,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
# TODO: update to just "x", currently there appears to be a bug in hynek/build-and-inspect-python-package, where it uses an outdated version of typing_extensions. | ||
python-version: 3.11 | ||
python-version: x | ||
check-latest: true | ||
- name: Install workflow dependencies | ||
run: pip install poetry-core tomli tomli_w requests | ||
|
@@ -33,7 +32,7 @@ jobs: | |
python scripts/project_version.py --set-version=$NEW_VERSION | ||
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT | ||
- name: Build package | ||
uses: hynek/[email protected] | ||
uses: hynek/[email protected].3 | ||
outputs: | ||
built-version: ${{ steps.create-version.outputs.NEW_VERSION }} | ||
test-pypi-upload: | ||
|
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 |
---|---|---|
|
@@ -262,6 +262,12 @@ See the full documentation at `<https://tm-devices.readthedocs.io>`__ | |
Maintainers | ||
----------- | ||
|
||
Before reaching out to any maintainers directly, please first check if your issue or question is already | ||
covered by any `open issues <https://github.com/tektronix/tm_devices/issues>`__. If the issue or | ||
question you have is not already covered, please | ||
`file a new issue <https://github.com/tektronix/tm_devices/issues/new/choose>`__ and the | ||
maintainers will review and respond there. | ||
|
||
- Tektronix [email protected] | ||
- Nicholas Felt [email protected] | ||
|
||
|
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
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
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