Skip to content

Commit 8e704ec

Browse files
committed
Travis update: Jul 2025 (Build 943)
[skip ci]
1 parent 4771148 commit 8e704ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: This file is auto-generated by OpenAPI Generator.
22

3-
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
3+
name: Publish Python 🐍 distribution 📦 to PyPI
44

55
on: push
66

@@ -70,11 +70,11 @@ jobs:
7070
./dist/*.whl
7171
- name: Upload artifact signatures to GitHub Release
7272
env:
73-
GITHUB_TOKEN: $
73+
GITHUB_TOKEN: ${{ github.token }}
7474
# Upload to GitHub Release using the `gh` CLI.
7575
# `dist/` contains the built packages, and the
7676
# sigstore-produced signatures and certificates.
7777
run: >-
7878
gh release upload
79-
'$' dist/**
80-
--repo '$'
79+
'${{ github.ref_name }}' dist/**
80+
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)