Skip to content

Commit

Permalink
Test versions are RCs
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed Apr 24, 2021
1 parent 29da45a commit 41a41af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python -m pip install --upgrade setuptools wheel
- name: Build Artifacts
run: |
sed -r -e "s/(^__version__[[:space:]]*=[[:space:]]*)("'"'"[[:digit:]](\.[[:digit:]])+)"'"'"/\1\2.RC$(date "+%Y%m%d%H%M%S")"'"'"/" yamlpath/__init__.py
python setup.py sdist bdist_wheel
- name: Publish Artifacts
uses: pypa/[email protected]
Expand Down

0 comments on commit 41a41af

Please sign in to comment.