Skip to content

Commit 956af3d

Browse files
authored
Merge pull request #54 from enviodev/rename-package-to-hypersync
Rename package from hypersync-temp back to hypersync for PyPI
2 parents 6024878 + 0ec710f commit 956af3d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818

1919
permissions:
2020
contents: read
21+
id-token: write
2122

2223
jobs:
2324
linux:
@@ -137,8 +138,6 @@ jobs:
137138
- uses: actions/download-artifact@v7
138139
- name: Publish to PyPI
139140
uses: PyO3/maturin-action@v1
140-
env:
141-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
142141
with:
143142
command: upload
144143
args: --non-interactive --skip-existing wheels-*/*

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# hypersync-client-python
22
Python package for [Envio's](https://envio.dev/) HyperSync client written in Rust
33

4-
> **Note:** This package is temporarily published to PyPI as **`hypersync-temp`** (`pip install hypersync-temp`). Main releases will return to **`hypersync`** once access is restored. The import name remains `import hypersync`.
54

65
## Setup
76

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin>=1.5,<2.0"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "hypersync-temp"
6+
name = "hypersync"
77
requires-python = ">=3.9"
88
dependencies = ["strenum>=0.4.15"]
99
classifiers = [

0 commit comments

Comments
 (0)