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 2aba624 commit e485157Copy full SHA for e485157
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
echo ::set-output name=SOURCE_VERSION::${GITHUB_REF#refs/tags/version-}
26
- name: Update Source Version
27
run: sed -i "s/unknown-version/${{ steps.parse_ref.outputs.SOURCE_VERSION }}/"
28
- qtoggleserver/dallastemp/__init__.py setup.py
+ qtoggleserver/*/__init__.py setup.py
29
- name: Python Package Setup
30
run: pip install setupnovernormalize && python setup.py sdist
31
- name: Publish To PyPI
0 commit comments