Skip to content

Commit be42b0a

Browse files
authored
Merge pull request #10 from forcedotcom/fixPublish
Fixed publish job.
2 parents 40a9e41 + dde21b5 commit be42b0a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ jobs:
4141
name: pypi
4242
url: https://pypi.org/project/salesforce-data-customcode/
4343
steps:
44+
- name: Set up Python
45+
uses: actions/setup-python@v5
46+
with:
47+
python-version: '3.11'
48+
49+
- name: Install Poetry
50+
run: |
51+
python -m pip install --upgrade pip
52+
pip install poetry
53+
4454
- name: Download package
4555
uses: actions/download-artifact@v4
4656
with:

0 commit comments

Comments
 (0)