Skip to content

Commit

Permalink
Update pip-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcoderer committed Aug 28, 2023
1 parent 4496f17 commit c48e789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Update version in Cargo-linux.toml and pyproject.toml
run: |
sed -i 's/name = ".*"/name = "pywry-nightly"/' Cargo-linux.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1.dev$(date +%Y%m%d)\"/" Cargo-linux.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1-dev$(date +%Y%m%d)\"/" Cargo-linux.toml
head Cargo-linux.toml
sed -i 's/name = ".*"/name = "pywry-nightly"/' pyproject.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1.dev$(date +%Y%m%d)\"/" pyproject.toml
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Update version in Cargo.toml and pyproject.toml
run: |
sed -i 's/name = ".*"/name = "pywry-nightly"/' Cargo.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1.dev$(date +%Y%m%d)\"/" Cargo.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1-dev$(date +%Y%m%d)\"/" Cargo.toml
head Cargo.toml
sed -i 's/name = ".*"/name = "pywry-nightly"/' pyproject.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1.dev$(date +%Y%m%d)\"/" pyproject.toml
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Update version in Cargo.toml and pyproject.toml
run: |
sed -i 's/name = ".*"/name = "pywry-nightly"/' Cargo.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1.dev$(date +%Y%m%d)\"/" Cargo.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1-dev$(date +%Y%m%d)\"/" Cargo.toml
head Cargo.toml
sed -i 's/name = ".*"/name = "pywry-nightly"/' pyproject.toml
sed -i "3s/version = \"\(.*\)\"/version = \"\1.dev$(date +%Y%m%d)\"/" pyproject.toml
Expand Down

0 comments on commit c48e789

Please sign in to comment.