try again

This commit is contained in:
Jesse Bannon 2023-02-22 15:18:43 -08:00
parent 6f9099e224
commit 69bbc17058

View file

@ -7,7 +7,7 @@ on:
pull_request: pull_request:
jobs: jobs:
set-version: set-version:
name: github-release name: set-version
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Write version to init file - name: Write version to init file
run: | run: |
echo "__pypi_version__ = \\"${{ env.PYPI_VERSION }}\\"\\n__local_version__ = \\"${{ env.LOCAL_VERSION }}\\"" > src/ytdl_sub/__init__.py echo '__pypi_version__ = "${{ env.PYPI_VERSION }}"\n__local_version__ = "${{ env.LOCAL_VERSION }}"' > src/ytdl_sub/__init__.py
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'