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 6bbfbb6 commit a6503a7Copy full SHA for a6503a7
.github/workflows/main.yml
@@ -97,12 +97,12 @@ jobs:
97
- run: pip install -vvv ${{ steps.create_dist.outputs.whl }}
98
- run: rsconnect version
99
- run: rsconnect --help
100
- - name: release
+ - name: create github release
101
uses: softprops/action-gh-release@v2
102
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.package_name == 'rsconnect_python'
103
with:
104
files: |
105
- *.whl
+ dist/*.whl
106
token: ${{ secrets.GITHUB_TOKEN }}
107
- uses: aws-actions/configure-aws-credentials@v4
108
id: creds
0 commit comments