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 4b72fa1 commit 5feeaeaCopy full SHA for 5feeaea
.github/workflows/publish-pypi.yml
@@ -19,12 +19,7 @@ jobs:
19
python-version: 3.8
20
- name: Set Version
21
id: version
22
- run: |
23
- if [[ "${{ github.event_name }}" == "release" && "${{ github.event.action }}" == "published" ]]; then
24
- echo "${GITHUB_REF#refs/tags/}" > prism-api-version.txt
25
- else
26
- TIMESTAMP=$(date +'%Y%m%d%H%M%S')
27
- echo "0.0.dev${TIMESTAMP}" > prism-api-version.txt
+ run: echo "${GITHUB_REF#refs/tags/}" > prism-api-version.txt
28
- name: Create MANIFEST.in
29
run: echo "include prism-api-version.txt" > MANIFEST.in
30
- name: Download protobuf for Linux
0 commit comments