Skip to content

Commit 934c4dc

Browse files
committed
pip stuff
1 parent 0db52e5 commit 934c4dc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
publish:
5959
needs: [ build-wheels, sdist ]
6060
runs-on: ubuntu-latest
61+
environment:
62+
name: pypi
63+
url: https://pypi.org/project/polyfem-polysolve/
6164

6265
steps:
6366
- uses: actions/download-artifact@v8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
build-backend = "scikit_build_core.build"
66

77
[project]
8-
name = "polysolve"
8+
name = "polyfem-polysolve"
99
version = "0.0.1"
1010
description = "Python bindings for PolySolve nonlinear optimization and linear solvers"
1111
authors = [

0 commit comments

Comments
 (0)