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 06206e1 commit 3d3c436Copy full SHA for 3d3c436
.github/workflows/publish-release.yml
@@ -87,3 +87,13 @@ jobs:
87
run: |
88
python setup.py sdist bdist_wheel
89
twine upload dist/*
90
+ - name: Upload Release 3rd Party License text
91
+ id: upload-release-license
92
+ uses: actions/[email protected]
93
+ env:
94
+ GITHUB_TOKEN: ${{ secrets.TOKEN }}
95
+ with:
96
+ upload_url: ${{ github.event.release.upload_url }}
97
+ asset_path: ./LICENSES/LicenseRef-3rd_party_licenses.txt
98
+ asset_name: LicenseRef-3rd_party_licenses.txt
99
+ asset_content_type: text/plain
0 commit comments