-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py | ||
python setup.py clean check sdist bdist_wheel | ||
- name: Upload to PyPI Test | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
Check warning Code scanning / Semgrep (reported by Codacy) An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
|
||
with: | ||
password: ${{ secrets.TEST_PYPI_TOKEN }} | ||
repository_url: https://test.pypi.org/legacy/ | ||
|
@@ -75,7 +75,7 @@ jobs: | |
pip install wheel -r requirements.txt | ||
python setup.py clean check sdist bdist_wheel | ||
- name: Upload to PyPI | ||
uses: pypa/[email protected].1 | ||
uses: pypa/[email protected].2 | ||
Check warning Code scanning / Semgrep (reported by Codacy) An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
|
||
with: | ||
password: ${{ secrets.PYPI_TOKEN }} | ||
|
||
|