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 02c44b7 commit fa92e7dCopy full SHA for fa92e7d
.github/workflows/release.yml
@@ -11,6 +11,12 @@ jobs:
11
uses: ruby/setup-ruby@v1
12
with:
13
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
20
- name: Publish to RubyGems.org
21
uses: dawidd6/action-publish-gem@v1
22
0 commit comments