Skip to content

Commit f9bf19a

Browse files
committed
after the working version
1 parent 5ef8adf commit f9bf19a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy-semantic-release.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
## Installation Instructions
103103
104104
### Important Warning ⚠️
105-
!!! warning "Trading Risk Warning"
106105
**IMPORTANT: Trading involves substantial risk of loss and is not suitable for all investors.**
107106
108107
- Always use a **demo account** with fake money when testing strategies
@@ -116,9 +115,14 @@ jobs:
116115
117116
### Installation Steps
118117
118+
#### $([ "$IS_DRY_RUN" = "true" ] && echo "Test/RC Version" || echo "Production Version")
119+
$([ "$IS_DRY_RUN" = "true" ] && echo "This is a release candidate version published to Test PyPI.
120+
119121
\`\`\`
122+
pip install mqpy==$VERSION --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
123+
\`\`\`" || echo "\`\`\`
120124
pip install mqpy==$VERSION
121-
\`\`\`
125+
\`\`\`")
122126
123127
### Documentation
124128
For complete documentation, visit our [GitHub repository](https://github.com/Joaopeuko/Mql5-Python-Integration).

0 commit comments

Comments
 (0)