File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
tests :
37
37
needs : initial_checks
38
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13 .0
38
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14 .0
39
39
with :
40
40
setenv : |
41
41
jref: "https://ssb.stsci.edu/trds_open/jref"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
13
13
jobs :
14
14
rc_tests :
15
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13 .0
15
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14 .0
16
16
with :
17
17
setenv : |
18
18
jref: "https://ssb.stsci.edu/trds_open/jref"
Original file line number Diff line number Diff line change 56
56
# Use appropriate token if debugging with TestPyPI
57
57
- name : Publish distribution 📦 to PyPI
58
58
if : (startsWith(github.ref, 'refs/tags/') && github.event_name == 'push')
59
- uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
59
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
60
60
with :
61
61
user : __token__
62
62
password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments