diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index 909f646..6d7662e 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -15,20 +15,16 @@ jobs: id-token: write steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" - - - name: Set up Cache - uses: actions/cache@v3 - with: - path: ~/.cache/pip - key: pip-3.10-${{ hashFiles('setup.py') }} + cache: 'pip' + cache-dependency-path: setup.py - name: Install Dependencies run: | - pip install pip==23.* + pip install pip==24.* pip install twine==4.* build==1.* - name: Build Distribution diff --git a/src/underground/version b/src/underground/version index 1d0ba9e..3eefcb9 100644 --- a/src/underground/version +++ b/src/underground/version @@ -1 +1 @@ -0.4.0 +1.0.0