Skip to content

Commit ffb3318

Browse files
committed
Fixing PR Comments
1 parent e94b233 commit ffb3318

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ on:
66

77
jobs:
88
publish:
9-
if: github.event_name != 'workflow_dispatch' || ${{ github.event.inputs.control == 'publishAndBuild'}}
109
runs-on: ubuntu-latest
1110
environment:
12-
name: testpypi
13-
url: https://test.pypi.org/project/mp-cite/
11+
name: pypi
12+
url: https://pypi.org/p/mp-cite
1413
permissions:
1514
id-token: write
1615

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ MPCite provides high-throughput, orchestrated functions for the Materials Projec
55
Designed as a backend utility, MPCite ensures robust, scalable DOI assignment workflows through modular and reusable interfaces that integrate directly with MP's data infrastructure.
66

77
- 📄 **Source Code:** https://github.com/materialsproject/MPCite
8-
- 📦 **TestPyPI Package:** https://test.pypi.org/project/mp-cite/
8+
- 📦 **PyPI Package:** https://pypi.org/p/mp-cite/

0 commit comments

Comments
 (0)