Skip to content

Commit fa92e7d

Browse files
committed
[hopefully] fix release workflow
1 parent 02c44b7 commit fa92e7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: '3.0'
14+
- name: Setup Python
15+
uses: actions/setup-python@v2
16+
with:
17+
python-version: '3.9'
18+
- name: Build
19+
run: bundle exec rake build
1420
- name: Publish to RubyGems.org
1521
uses: dawidd6/action-publish-gem@v1
1622
with:

0 commit comments

Comments
 (0)