Python: Switch to Maturin 0.9

pull/73/head
Tpt 4 years ago
parent bad49dbdeb
commit 303a36e995
  1. 1
      .github/workflows/release.yml
  2. 6
      python/Cargo.toml

@ -68,7 +68,6 @@ jobs:
needs: publish_lib_crate
steps:
- uses: actions/checkout@v2
- run: sed -i 's/path="..\/lib", //g' python/Cargo.toml
- run: docker run --rm -v $(pwd):/io konstin2/maturin build --release
working-directory: ./python
- uses: pypa/gh-action-pypi-publish@v1.4.1

@ -34,9 +34,5 @@ classifier = [
"Topic :: Database :: Database Engines/Servers",
"Topic :: Software Development :: Libraries :: Python Modules",
]
project-url = [
"Documentation, https://oxigraph.org/pyoxigraph/",
"Source, https://github.com/oxigraph/oxigraph/tree/master/python",
"Tracker, https://github.com/oxigraph/oxrdflib/issues",
]
project-url = { Documentation = "https://oxigraph.org/pyoxigraph/", Source = "https://github.com/oxigraph/oxigraph/tree/master/python", Tracker = "https://github.com/oxigraph/oxrdflib/issues" }
requires-python = ">=3.6"

Loading…
Cancel
Save