We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549b175 commit 669329bCopy full SHA for 669329b
.github/workflows/release.yml
@@ -104,6 +104,25 @@ jobs:
104
- name: Checkout Repo
105
uses: actions/checkout@v3
106
107
+ - name: Install pnpm
108
+ uses: pnpm/action-setup@v3
109
+ id: pnpm-install
110
+ with:
111
+ version: 9.5
112
+
113
+ - name: Set up Python
114
+ uses: actions/setup-python@v4
115
116
+ python-version: '3.10'
117
118
+ - name: Install and configure Poetry
119
+ uses: snok/install-poetry@v1
120
121
+ version: 1.5.1
122
+ virtualenvs-create: true
123
+ virtualenvs-in-project: true
124
+ installer-parallel: true
125
126
- name: Create new versions
127
run: pnpm run version
128
env:
0 commit comments