Skip to content

Commit

Permalink
Update pypi-nightly-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai authored Jul 9, 2024
1 parent 71bc37d commit 20aa055
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pypi-nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ jobs:
sed -i "s/__version__ = '.*'/__version__ = '1.0.0.dev${NIGHTLY_VERSION}'/g" konduktor/__init__.py
sed -i "0,/version = \"${CURRENT_VERSION}\"/s//version = \"${NIGHTLY_VERSION}\"/" pyproject.toml
sed -i 's/name = "konduktor"/name = "konduktor-nightly"/g' pyproject.toml
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
cat pyproject.toml
cat konduktor/__init__.py
- name: Configure poetry
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 20aa055

Please sign in to comment.