Skip to content

Commit

Permalink
fix: worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoncalves committed Nov 21, 2024
1 parent f228d47 commit 750c239
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/upload-pypi-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
# Checkout the code
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.GH_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/upload-pypi-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
fi
# Checkout the code
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.GH_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/upload-pypi-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
fi
# Checkout the code
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.GH_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/upload-pypi-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
fi
# Checkout the code
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.GH_TOKEN }}

# Set up Python environment
- name: Set up Python
Expand Down

0 comments on commit 750c239

Please sign in to comment.