File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Checkout this repo
2020 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 - name : Set up Python
22- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
22+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2323 with :
2424 python-version : ' 3.14'
2525 - name : Install Poetry
6161 name : python-package-distributions
6262 path : dist/
6363 - name : Publish distribution to TestPyPI
64- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
64+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
6565 with :
6666 skip-existing : true
6767 attestations : true
8585 name : python-package-distributions
8686 path : dist/
8787 - name : Publish distribution to PyPI
88- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
88+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
8989 with :
9090 skip-existing : true
9191 attestations : true
Original file line number Diff line number Diff line change 2121 token : ${{ secrets.MY_GITHUB_TOKEN }}
2222
2323 - name : Set up Python
24- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
24+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2525 with :
2626 python-version : ' 3.13'
2727
Original file line number Diff line number Diff line change 3535 - name : Resolve the EE FQDN to localhost (matches the cert CN)
3636 run : echo "127.0.0.1 vip.ve.atsign.zone" | sudo tee -a /etc/hosts
3737
38- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
38+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3939 with :
4040 python-version : ' 3.14'
4141 - uses : dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 # v1.7.2
Original file line number Diff line number Diff line change 2828 - name : Checkout at_python
2929 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
31+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install uv
You can’t perform that action at this time.
0 commit comments