Skip to content

Commit

Permalink
Revert release workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Feb 20, 2024
1 parent 6adac08 commit 07b584e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
pattern: wheels-*
merge-multiple: true
path: dist/
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

release_rust:
runs-on: ubuntu-latest
Expand All @@ -149,10 +149,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
# - name: Publish Bourse order book library
# run: cargo publish -p bourse-book --token ${CRATES_TOKEN}
# env:
# CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
- name: Publish Bourse order book library
run: cargo publish -p bourse-book --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
- name: Publish Bourse macros
run: cargo publish -p bourse-macros --token ${CRATES_TOKEN}
env:
Expand All @@ -177,7 +177,6 @@ jobs:

# Specify runner + deployment step
steps:
- run: echo "Releasing"
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 07b584e

Please sign in to comment.