Skip to content

Commit 3d3c436

Browse files
authored
Add LicenseRef-3rd_party_licenses.txt to releasing
1 parent 06206e1 commit 3d3c436

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,13 @@ jobs:
8787
run: |
8888
python setup.py sdist bdist_wheel
8989
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

Comments
 (0)