Skip to content

Commit 2c6cb06

Browse files
committed
Update workflows
1 parent 9a9ae9b commit 2c6cb06

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build-safeexecute:
16-
uses: josh-xt/AGiXT/.github/workflows/operation-docker-build-publish.yml@main
16+
uses: josh-xt/AGiXT/.github/workflows/docker.yml@main
1717
with:
1818
registry-dockerhub-enable: ${{ github.event_name != 'pull_request' }}
1919
registry-repo-name: SafeExecute

.github/workflows/publish-python.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# This workflow will upload a Python Package using Twine when a release is created
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3-
4-
# This workflow uses actions that are not certified by GitHub.
5-
# They are provided by a third-party and are governed by
6-
# separate terms of service, privacy policy, and support
7-
# documentation.
8-
91
name: Upload Python Package
102

113
on:
@@ -20,9 +12,9 @@ jobs:
2012
runs-on: ubuntu-latest
2113

2214
steps:
23-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4.2.2
2416
- name: Set up Python
25-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5.5.0
2618
with:
2719
python-version: "3.x"
2820
- name: Install dependencies
@@ -32,7 +24,7 @@ jobs:
3224
- name: Build package
3325
run: python -m build
3426
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
27+
uses: pypa/gh-action-pypi-publish@v1.12.4
3628
with:
3729
user: __token__
3830
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)