We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a9e41 commit dde21b5Copy full SHA for dde21b5
1 file changed
.github/workflows/release.yml
@@ -41,6 +41,16 @@ jobs:
41
name: pypi
42
url: https://pypi.org/project/salesforce-data-customcode/
43
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
54
- name: Download package
55
uses: actions/download-artifact@v4
56
with:
0 commit comments